Skip to content

Comments

Light shuffling of response object#1761

Merged
zentron merged 3 commits intomainfrom
robe/refactor3
Feb 9, 2026
Merged

Light shuffling of response object#1761
zentron merged 3 commits intomainfrom
robe/refactor3

Conversation

@zentron
Copy link
Contributor

@zentron zentron commented Feb 4, 2026

Small shuffling of where and how we construct the response object to find the similarities and bring together their construction into one spot to make it easier to understand how/where they are used

var linkifiedAppName = instanceLinks != null
? log.FormatLink(instanceLinks.ApplicationDetails(application.Name, application.KubernetesNamespace), application.Name)
: application.Name;
? log.FormatLink(instanceLinks.ApplicationDetails(applicationName, application.KubernetesNamespace), applicationName)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was just updated to be similar to the manifest convention. Im hoping to consolidate some of this shared logic later

Base automatically changed from robe/refactor2 to main February 5, 2026 01:55
@zentron zentron requested a review from flin-8 February 5, 2026 03:57
@zentron zentron enabled auto-merge (squash) February 9, 2026 00:18
@zentron zentron requested a review from flin-8 February 9, 2026 01:13
Copy link
Contributor

@flin-8 flin-8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zentron zentron merged commit d314895 into main Feb 9, 2026
33 checks passed
@zentron zentron deleted the robe/refactor3 branch February 9, 2026 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants